Trac is being migrated to new services! Issues can be found in our new
YouTrack instance and WIKI pages can be found on our
website.
- Timestamp:
-
Mar 22, 2008, 4:00:17 PM (16 years ago)
- Author:
-
resiak
- Comment:
-
Since I added a link to this page under the title "Building Pidgin", it would make some sense to have some instructions on, y'know, building it.
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v35
|
v36
|
|
48 | 48 | |
49 | 49 | == Compiling == |
| 50 | |
| 51 | === I have the source; how do I build this thing? === |
| 52 | Assuming you have all of the necessary libraries and their headers installed (see the next few questions), you compile libpurple, Pidgin and Finch just like most applications: |
| 53 | |
| 54 | {{{ |
| 55 | % tar xjvf pidgin-2.x.y.tar.bz2 |
| 56 | % cd pidgin-2.x.y |
| 57 | % ./configure && make && sudo make install |
| 58 | }}} |
| 59 | |
| 60 | This will install libpurple, Pidgin and Finch to `/usr/local`. If you want to install it elsewhere, pass `--prefix=/some/other/prefix` to `./configure`. (You really ''don't'' want to install it to `/usr`.) See `./configure --help` for other options you can change at compile-time. |
| 61 | |
| 62 | If you got the source tree from our Monotone database ([wiki:"Installing Pidgin#WhydoyoualwayssaynottouseMTN" which you probably shouldn't have]), you'll need to run `./autogen.sh` instead of `./configure` the first time around. |
50 | 63 | |
51 | 64 | === Why can't I compile Pidgin? === |
All information, including names and email addresses, entered onto this website or sent to mailing lists affiliated with this website will be public. Do not post confidential information, especially passwords!